home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / C&C++Tools / sbparser.exe / cppb / ParseDemo.dfm / ParseDemo.txt < prev   
Encoding:
Text File  |  1998-07-01  |  16.7 KB  |  756 lines

  1. object FParser: TFParser
  2.   Left = 162
  3.   Top = 277
  4.   Width = 652
  5.   Height = 375
  6.   Caption = 'Demo for Borland C++ Builder '
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poDefaultPosOnly
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PBottom: TPanel
  20.     Left = 0
  21.     Top = 296
  22.     Width = 644
  23.     Height = 48
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object LtheTime: TLabel
  29.       Left = 299
  30.       Top = 2
  31.       Width = 6
  32.       Height = 13
  33.       Alignment = taRightJustify
  34.       Caption = '0'
  35.       Font.Charset = ANSI_CHARSET
  36.       Font.Color = clBlack
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.     end
  42.     object Lsec: TLabel
  43.       Left = 314
  44.       Top = 2
  45.       Width = 17
  46.       Height = 13
  47.       Alignment = taRightJustify
  48.       Caption = 'sec'
  49.       Font.Charset = ANSI_CHARSET
  50.       Font.Color = clBlack
  51.       Font.Height = -11
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = []
  54.       ParentFont = False
  55.     end
  56.     object LcTime: TLabel
  57.       Left = 186
  58.       Top = 2
  59.       Width = 78
  60.       Height = 13
  61.       Caption = 'Calculation Time'
  62.       Font.Charset = ANSI_CHARSET
  63.       Font.Color = clBlack
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentFont = False
  68.     end
  69.     object BExit: TButton
  70.       Left = 18
  71.       Top = 20
  72.       Width = 86
  73.       Height = 24
  74.       Caption = 'E&xit'
  75.       TabOrder = 0
  76.       OnClick = BExitClick
  77.     end
  78.     object BOpen: TButton
  79.       Left = 108
  80.       Top = 20
  81.       Width = 86
  82.       Height = 24
  83.       Caption = '&Open'
  84.       TabOrder = 1
  85.       OnClick = BOpenClick
  86.     end
  87.     object BSave: TButton
  88.       Left = 198
  89.       Top = 20
  90.       Width = 86
  91.       Height = 24
  92.       Caption = '&Save'
  93.       TabOrder = 2
  94.       OnClick = BSaveClick
  95.     end
  96.     object BHelp: TButton
  97.       Left = 296
  98.       Top = 20
  99.       Width = 86
  100.       Height = 24
  101.       Caption = '&Help'
  102.       TabOrder = 3
  103.       OnClick = BHelpClick
  104.     end
  105.     object BSpeedTest: TButton
  106.       Left = 392
  107.       Top = 20
  108.       Width = 86
  109.       Height = 24
  110.       Caption = 'Sp&eed Test'
  111.       TabOrder = 4
  112.       OnClick = BSpeedTestClick
  113.     end
  114.     object BPlotTest: TButton
  115.       Left = 480
  116.       Top = 20
  117.       Width = 86
  118.       Height = 24
  119.       Caption = '&Plot Test'
  120.       TabOrder = 5
  121.       OnClick = BPlotTestClick
  122.     end
  123.   end
  124.   object PLeft: TPanel
  125.     Left = 0
  126.     Top = 41
  127.     Width = 88
  128.     Height = 217
  129.     Align = alLeft
  130.     BevelOuter = bvNone
  131.     ParentColor = True
  132.     TabOrder = 1
  133.     object IPanel: TPanel
  134.       Left = 18
  135.       Top = 6
  136.       Width = 58
  137.       Height = 433
  138.       BevelOuter = bvNone
  139.       BorderStyle = bsSingle
  140.       TabOrder = 0
  141.       object IPars: TImage
  142.         Left = -5
  143.         Top = 0
  144.         Width = 60
  145.         Height = 440
  146.         ParentShowHint = False
  147.         Picture.Data = {<image001.bmp>}
  148.         ShowHint = False
  149.         Stretch = True
  150.       end
  151.       object AsbGlobe: TAnimate
  152.         Left = 5
  153.         Top = 64
  154.         Width = 41
  155.         Height = 40
  156.         Active = True
  157.         Color = clWhite
  158.         FileName = 'GLOBEs.avi'
  159.         ParentColor = False
  160.         StopFrame = 30
  161.       end
  162.     end
  163.   end
  164.   object PTop: TPanel
  165.     Left = 0
  166.     Top = 0
  167.     Width = 644
  168.     Height = 41
  169.     Align = alTop
  170.     BevelOuter = bvNone
  171.     ParentColor = True
  172.     TabOrder = 2
  173.     object LBase: TLabel
  174.       Left = 122
  175.       Top = 6
  176.       Width = 81
  177.       Height = 13
  178.       Caption = 'Base for Input'
  179.       Font.Charset = ANSI_CHARSET
  180.       Font.Color = clBlack
  181.       Font.Height = -11
  182.       Font.Name = 'MS Sans Serif'
  183.       Font.Style = [fsBold]
  184.       ParentFont = False
  185.     end
  186.     object RBDEC: TRadioButton
  187.       Left = 143
  188.       Top = 18
  189.       Width = 55
  190.       Height = 17
  191.       Caption = 'DEC'
  192.       Checked = True
  193.       Font.Charset = ANSI_CHARSET
  194.       Font.Color = clBlack
  195.       Font.Height = -9
  196.       Font.Name = 'MS Serif'
  197.       Font.Style = []
  198.       ParentFont = False
  199.       TabOrder = 0
  200.       TabStop = True
  201.       OnClick = MFunctionChange
  202.     end
  203.     object RBBIN: TRadioButton
  204.       Left = 191
  205.       Top = 18
  206.       Width = 55
  207.       Height = 17
  208.       Caption = 'BIN'
  209.       Font.Charset = ANSI_CHARSET
  210.       Font.Color = clBlack
  211.       Font.Height = -9
  212.       Font.Name = 'MS Serif'
  213.       Font.Style = []
  214.       ParentFont = False
  215.       TabOrder = 1
  216.       OnClick = MFunctionChange
  217.     end
  218.     object RBHEX: TRadioButton
  219.       Left = 239
  220.       Top = 18
  221.       Width = 55
  222.       Height = 17
  223.       Caption = 'HEX'
  224.       Font.Charset = ANSI_CHARSET
  225.       Font.Color = clBlack
  226.       Font.Height = -9
  227.       Font.Name = 'MS Serif'
  228.       Font.Style = []
  229.       ParentFont = False
  230.       TabOrder = 2
  231.       OnClick = MFunctionChange
  232.     end
  233.     object RBOCT: TRadioButton
  234.       Left = 287
  235.       Top = 18
  236.       Width = 55
  237.       Height = 17
  238.       Caption = 'OCT'
  239.       Font.Charset = ANSI_CHARSET
  240.       Font.Color = clBlack
  241.       Font.Height = -9
  242.       Font.Name = 'MS Serif'
  243.       Font.Style = []
  244.       ParentFont = False
  245.       TabOrder = 3
  246.       OnClick = MFunctionChange
  247.     end
  248.     object PTopRight: TPanel
  249.       Left = 354
  250.       Top = 0
  251.       Width = 290
  252.       Height = 41
  253.       Align = alRight
  254.       BevelOuter = bvNone
  255.       ParentColor = True
  256.       TabOrder = 4
  257.       object LAngle: TLabel
  258.         Left = 7
  259.         Top = 6
  260.         Width = 112
  261.         Height = 13
  262.         Caption = 'Angle Measurement'
  263.         Font.Charset = ANSI_CHARSET
  264.         Font.Color = clBlack
  265.         Font.Height = -11
  266.         Font.Name = 'MS Sans Serif'
  267.         Font.Style = [fsBold]
  268.         ParentFont = False
  269.       end
  270.       object RBDEG: TRadioButton
  271.         Left = 27
  272.         Top = 18
  273.         Width = 55
  274.         Height = 17
  275.         Caption = 'DEG'
  276.         Font.Charset = ANSI_CHARSET
  277.         Font.Color = clBlack
  278.         Font.Height = -9
  279.         Font.Name = 'MS Serif'
  280.         Font.Style = []
  281.         ParentFont = False
  282.         TabOrder = 0
  283.         OnClick = MFunctionChange
  284.       end
  285.       object RBRAD: TRadioButton
  286.         Left = 75
  287.         Top = 18
  288.         Width = 55
  289.         Height = 17
  290.         Caption = 'RAD'
  291.         Checked = True
  292.         Font.Charset = ANSI_CHARSET
  293.         Font.Color = clBlack
  294.         Font.Height = -9
  295.         Font.Name = 'MS Serif'
  296.         Font.Style = []
  297.         ParentFont = False
  298.         TabOrder = 1
  299.         TabStop = True
  300.         OnClick = MFunctionChange
  301.       end
  302.       object RBGRA: TRadioButton
  303.         Left = 123
  304.         Top = 18
  305.         Width = 55
  306.         Height = 17
  307.         Caption = 'GRA'
  308.         Font.Charset = ANSI_CHARSET
  309.         Font.Color = clBlack
  310.         Font.Height = -9
  311.         Font.Name = 'MS Serif'
  312.         Font.Style = []
  313.         ParentFont = False
  314.         TabOrder = 2
  315.         OnClick = MFunctionChange
  316.       end
  317.     end
  318.   end
  319.   object PRight: TPanel
  320.     Left = 440
  321.     Top = 41
  322.     Width = 204
  323.     Height = 217
  324.     Align = alRight
  325.     BevelOuter = bvNone
  326.     ParentColor = True
  327.     TabOrder = 3
  328.     object GBVariables: TGroupBox
  329.       Left = 5
  330.       Top = 0
  331.       Width = 193
  332.       Height = 187
  333.       Caption = 'Variables'
  334.       Font.Charset = ANSI_CHARSET
  335.       Font.Color = clBlack
  336.       Font.Height = -13
  337.       Font.Name = 'MS Sans Serif'
  338.       Font.Style = [fsBold, fsItalic]
  339.       ParentFont = False
  340.       TabOrder = 0
  341.       object LxVariable: TLabel
  342.         Left = 45
  343.         Top = 24
  344.         Width = 11
  345.         Height = 13
  346.         Caption = 'x='
  347.         Font.Charset = ANSI_CHARSET
  348.         Font.Color = clBlack
  349.         Font.Height = -11
  350.         Font.Name = 'MS Sans Serif'
  351.         Font.Style = []
  352.         ParentFont = False
  353.       end
  354.       object LyVariable: TLabel
  355.         Left = 45
  356.         Top = 51
  357.         Width = 11
  358.         Height = 13
  359.         Caption = 'y='
  360.         Font.Charset = ANSI_CHARSET
  361.         Font.Color = clBlack
  362.         Font.Height = -11
  363.         Font.Name = 'MS Sans Serif'
  364.         Font.Style = []
  365.         ParentFont = False
  366.       end
  367.       object LzVariable: TLabel
  368.         Left = 45
  369.         Top = 78
  370.         Width = 11
  371.         Height = 13
  372.         Caption = 'z='
  373.         Font.Charset = ANSI_CHARSET
  374.         Font.Color = clBlack
  375.         Font.Height = -11
  376.         Font.Name = 'MS Sans Serif'
  377.         Font.Style = []
  378.         ParentFont = False
  379.       end
  380.       object LuVariable: TLabel
  381.         Left = 45
  382.         Top = 108
  383.         Width = 12
  384.         Height = 13
  385.         Caption = 'u='
  386.         Font.Charset = ANSI_CHARSET
  387.         Font.Color = clBlack
  388.         Font.Height = -11
  389.         Font.Name = 'MS Sans Serif'
  390.         Font.Style = []
  391.         ParentFont = False
  392.       end
  393.       object LvVariable: TLabel
  394.         Left = 45
  395.         Top = 135
  396.         Width = 12
  397.         Height = 13
  398.         Caption = 'v='
  399.         Font.Charset = ANSI_CHARSET
  400.         Font.Color = clBlack
  401.         Font.Height = -11
  402.         Font.Name = 'MS Sans Serif'
  403.         Font.Style = []
  404.         ParentFont = False
  405.       end
  406.       object LwVariable: TLabel
  407.         Left = 45
  408.         Top = 162
  409.         Width = 14
  410.         Height = 13
  411.         Caption = 'w='
  412.         Font.Charset = ANSI_CHARSET
  413.         Font.Color = clBlack
  414.         Font.Height = -11
  415.         Font.Name = 'MS Sans Serif'
  416.         Font.Style = []
  417.         ParentFont = False
  418.       end
  419.       object ExValue: TEdit
  420.         Left = 64
  421.         Top = 21
  422.         Width = 121
  423.         Height = 21
  424.         Font.Charset = ANSI_CHARSET
  425.         Font.Color = clBlack
  426.         Font.Height = -11
  427.         Font.Name = 'MS Sans Serif'
  428.         Font.Style = []
  429.         ParentFont = False
  430.         TabOrder = 0
  431.         Text = '0'
  432.         OnChange = MFunctionChange
  433.       end
  434.       object EyValue: TEdit
  435.         Left = 64
  436.         Top = 48
  437.         Width = 121
  438.         Height = 21
  439.         Font.Charset = ANSI_CHARSET
  440.         Font.Color = clBlack
  441.         Font.Height = -11
  442.         Font.Name = 'MS Sans Serif'
  443.         Font.Style = []
  444.         ParentFont = False
  445.         TabOrder = 1
  446.         Text = '0'
  447.         OnChange = MFunctionChange
  448.       end
  449.       object EzValue: TEdit
  450.         Left = 64
  451.         Top = 75
  452.         Width = 121
  453.         Height = 21
  454.         Font.Charset = ANSI_CHARSET
  455.         Font.Color = clBlack
  456.         Font.Height = -11
  457.         Font.Name = 'MS Sans Serif'
  458.         Font.Style = []
  459.         ParentFont = False
  460.         TabOrder = 2
  461.         Text = '0'
  462.         OnChange = MFunctionChange
  463.       end
  464.       object EuValue: TEdit
  465.         Left = 64
  466.         Top = 105
  467.         Width = 121
  468.         Height = 21
  469.         Font.Charset = ANSI_CHARSET
  470.         Font.Color = clBlack
  471.         Font.Height = -11
  472.         Font.Name = 'MS Sans Serif'
  473.         Font.Style = []
  474.         ParentFont = False
  475.         TabOrder = 3
  476.         Text = '0'
  477.         OnChange = MFunctionChange
  478.       end
  479.       object EwValue: TEdit
  480.         Left = 64
  481.         Top = 159
  482.         Width = 121
  483.         Height = 21
  484.         Font.Charset = ANSI_CHARSET
  485.         Font.Color = clBlack
  486.         Font.Height = -11
  487.         Font.Name = 'MS Sans Serif'
  488.         Font.Style = []
  489.         ParentFont = False
  490.         TabOrder = 5
  491.         Text = '0'
  492.         OnChange = MFunctionChange
  493.       end
  494.       object EvValue: TEdit
  495.         Left = 64
  496.         Top = 132
  497.         Width = 121
  498.         Height = 21
  499.         Font.Charset = ANSI_CHARSET
  500.         Font.Color = clBlack
  501.         Font.Height = -11
  502.         Font.Name = 'MS Sans Serif'
  503.         Font.Style = []
  504.         ParentFont = False
  505.         TabOrder = 4
  506.         Text = '0'
  507.         OnChange = MFunctionChange
  508.       end
  509.     end
  510.   end
  511.   object PClient: TPanel
  512.     Left = 88
  513.     Top = 41
  514.     Width = 352
  515.     Height = 217
  516.     Align = alClient
  517.     BevelOuter = bvNone
  518.     ParentColor = True
  519.     TabOrder = 4
  520.     object GBFunction: TGroupBox
  521.       Left = 0
  522.       Top = 0
  523.       Width = 352
  524.       Height = 217
  525.       Align = alClient
  526.       Caption = 'The Function...'
  527.       Font.Charset = ANSI_CHARSET
  528.       Font.Color = clBlack
  529.       Font.Height = -13
  530.       Font.Name = 'MS Sans Serif'
  531.       Font.Style = [fsBold, fsItalic]
  532.       ParentFont = False
  533.       ParentShowHint = False
  534.       ShowHint = False
  535.       TabOrder = 0
  536.       object MFunction: TMemo
  537.         Left = 85
  538.         Top = 37
  539.         Width = 250
  540.         Height = 164
  541.         Align = alClient
  542.         Font.Charset = ANSI_CHARSET
  543.         Font.Color = clBlack
  544.         Font.Height = -11
  545.         Font.Name = 'MS Sans Serif'
  546.         Font.Style = []
  547.         ParentFont = False
  548.         ScrollBars = ssVertical
  549.         TabOrder = 0
  550.         OnChange = MFunctionChange
  551.       end
  552.       object PFTop: TPanel
  553.         Left = 2
  554.         Top = 18
  555.         Width = 348
  556.         Height = 19
  557.         Align = alTop
  558.         BevelOuter = bvNone
  559.         ParentColor = True
  560.         TabOrder = 1
  561.       end
  562.       object PFBottom: TPanel
  563.         Left = 2
  564.         Top = 201
  565.         Width = 348
  566.         Height = 14
  567.         Align = alBottom
  568.         BevelOuter = bvNone
  569.         ParentColor = True
  570.         TabOrder = 2
  571.       end
  572.       object PFRight: TPanel
  573.         Left = 335
  574.         Top = 37
  575.         Width = 15
  576.         Height = 164
  577.         Align = alRight
  578.         BevelOuter = bvNone
  579.         ParentColor = True
  580.         TabOrder = 3
  581.       end
  582.       object PILeft: TPanel
  583.         Left = 2
  584.         Top = 37
  585.         Width = 83
  586.         Height = 164
  587.         Align = alLeft
  588.         BevelOuter = bvNone
  589.         ParentColor = True
  590.         TabOrder = 4
  591.         object LFunction: TLabel
  592.           Left = 5
  593.           Top = 3
  594.           Width = 65
  595.           Height = 13
  596.           Caption = 'f(x,y,z,u,v,w)='
  597.           Font.Charset = ANSI_CHARSET
  598.           Font.Color = clBlack
  599.           Font.Height = -11
  600.           Font.Name = 'MS Sans Serif'
  601.           Font.Style = []
  602.           ParentFont = False
  603.         end
  604.       end
  605.     end
  606.   end
  607.   object PBottom2: TPanel
  608.     Left = 0
  609.     Top = 258
  610.     Width = 644
  611.     Height = 38
  612.     Align = alBottom
  613.     BevelOuter = bvNone
  614.     ParentColor = True
  615.     TabOrder = 5
  616.     object PLeftOut: TPanel
  617.       Left = 0
  618.       Top = 0
  619.       Width = 169
  620.       Height = 38
  621.       Align = alLeft
  622.       BevelOuter = bvNone
  623.       ParentColor = True
  624.       TabOrder = 0
  625.       object BResult: TButton
  626.         Left = 80
  627.         Top = 14
  628.         Width = 86
  629.         Height = 21
  630.         Caption = '&Result'
  631.         TabOrder = 0
  632.         OnClick = BResultClick
  633.       end
  634.     end
  635.     object PRightOut: TPanel
  636.       Left = 401
  637.       Top = 0
  638.       Width = 243
  639.       Height = 38
  640.       Align = alRight
  641.       BevelOuter = bvNone
  642.       ParentColor = True
  643.       TabOrder = 1
  644.       object LBaseOut: TLabel
  645.         Left = 7
  646.         Top = 3
  647.         Width = 90
  648.         Height = 13
  649.         Caption = 'Base for Output'
  650.         Font.Charset = ANSI_CHARSET
  651.         Font.Color = clBlack
  652.         Font.Height = -11
  653.         Font.Name = 'MS Sans Serif'
  654.         Font.Style = [fsBold]
  655.         ParentFont = False
  656.       end
  657.       object RBDECOut: TRadioButton
  658.         Left = 27
  659.         Top = 15
  660.         Width = 55
  661.         Height = 17
  662.         Caption = 'DEC'
  663.         Checked = True
  664.         Font.Charset = ANSI_CHARSET
  665.         Font.Color = clBlack
  666.         Font.Height = -9
  667.         Font.Name = 'MS Serif'
  668.         Font.Style = []
  669.         ParentFont = False
  670.         TabOrder = 0
  671.         TabStop = True
  672.         OnClick = MFunctionChange
  673.       end
  674.       object RBBINOut: TRadioButton
  675.         Left = 75
  676.         Top = 15
  677.         Width = 55
  678.         Height = 17
  679.         Caption = 'BIN'
  680.         Font.Charset = ANSI_CHARSET
  681.         Font.Color = clBlack
  682.         Font.Height = -9
  683.         Font.Name = 'MS Serif'
  684.         Font.Style = []
  685.         ParentFont = False
  686.         TabOrder = 1
  687.         OnClick = MFunctionChange
  688.       end
  689.       object RBHEXOut: TRadioButton
  690.         Left = 123
  691.         Top = 15
  692.         Width = 55
  693.         Height = 17
  694.         Caption = 'HEX'
  695.         Font.Charset = ANSI_CHARSET
  696.         Font.Color = clBlack
  697.         Font.Height = -9
  698.         Font.Name = 'MS Serif'
  699.         Font.Style = []
  700.         ParentFont = False
  701.         TabOrder = 2
  702.         OnClick = MFunctionChange
  703.       end
  704.       object RBOCTOut: TRadioButton
  705.         Left = 171
  706.         Top = 15
  707.         Width = 55
  708.         Height = 17
  709.         Caption = 'OCT'
  710.         Font.Charset = ANSI_CHARSET
  711.         Font.Color = clBlack
  712.         Font.Height = -9
  713.         Font.Name = 'MS Serif'
  714.         Font.Style = []
  715.         ParentFont = False
  716.         TabOrder = 3
  717.         OnClick = MFunctionChange
  718.       end
  719.     end
  720.     object PResult: TPanel
  721.       Left = 169
  722.       Top = 0
  723.       Width = 232
  724.       Height = 38
  725.       Align = alClient
  726.       BevelOuter = bvNone
  727.       ParentColor = True
  728.       TabOrder = 2
  729.       object EResult: TEdit
  730.         Left = 0
  731.         Top = 14
  732.         Width = 187
  733.         Height = 21
  734.         ParentColor = True
  735.         ReadOnly = True
  736.         TabOrder = 0
  737.       end
  738.     end
  739.   end
  740.   object DOpen: TOpenDialog
  741.     DefaultExt = 'sbc'
  742.     FileName = '*.sbc'
  743.     Filter = 'Function Data (*.sbc)|*.sbc'
  744.     Title = 'Open Data'
  745.     Left = 549
  746.     Top = 236
  747.   end
  748.   object DSave: TSaveDialog
  749.     FileName = '*.sbc'
  750.     Filter = 'Function Data (*.sbc)|*.sbc'
  751.     Title = 'Save Data'
  752.     Left = 585
  753.     Top = 236
  754.   end
  755. end
  756.